dlang_koans ~master (2022-05-05T10:04:19.9949617)
Dub
Repo
AboutOperatorOverloading.Color
about_operator_overloading
AboutOperatorOverloading
Undocumented in source.
class
AboutOperatorOverloading
struct
Color {
ubyte
r
;
ubyte
g
;
ubyte
b
;
bool
opEquals
(Color col);
size_t
toHash
();
}
Members
Functions
opEquals
bool
opEquals
(Color col)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
size_t
toHash
()
b
ubyte
b
;
g
ubyte
g
;
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
r
ubyte
r
;
Undocumented in source.
Meta
Source
See Implementation
about_operator_overloading
AboutOperatorOverloading
functions
colorEquality
mixins
__anonymous
structs
Color